home *** CD-ROM | disk | FTP | other *** search
/ Vypalování CD / Vypalovani-CD-cd1.bin / CDCheck 3.0.0.27 / CDCheckSetup.exe / CDCheck.exe / 0 / RCDATA / TFRMCRCSETUP / TFRMCRCSETUP.txt
Text File  |  2002-02-21  |  4KB  |  193 lines

  1. object FrmCrcSetup: TFrmCrcSetup
  2.   Left = 394
  3.   Top = 232
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'CRC setup'
  7.   ClientHeight = 152
  8.   ClientWidth = 382
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   ShowHint = True
  20.   OnKeyDown = FormKeyDown
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object SrcLbl: TLabel
  25.     Left = 8
  26.     Top = 8
  27.     Width = 224
  28.     Height = 13
  29.     Caption = '1. Source folders/files to make CRC for'
  30.     Font.Charset = DEFAULT_CHARSET
  31.     Font.Color = 64
  32.     Font.Height = -11
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = [fsBold]
  35.     ParentFont = False
  36.   end
  37.   object BtnSrcBrowse: TSpeedButton
  38.     Left = 360
  39.     Top = 24
  40.     Width = 17
  41.     Height = 21
  42.     Anchors = [akTop, akRight]
  43.     Caption = '...'
  44.     OnClick = BtnSrcBrowseClick
  45.   end
  46.   object BtnSrcFilter: TSpeedButton
  47.     Left = 256
  48.     Top = 44
  49.     Width = 105
  50.     Height = 13
  51.     Anchors = [akTop, akRight]
  52.     Caption = 'Filter (none)'
  53.     Flat = True
  54.     Font.Charset = DEFAULT_CHARSET
  55.     Font.Color = 12416
  56.     Font.Height = -9
  57.     Font.Name = 'Small Fonts'
  58.     Font.Style = []
  59.     ParentFont = False
  60.     Visible = False
  61.     OnClick = BtnSrcFilterClick
  62.   end
  63.   object Label1: TLabel
  64.     Left = 8
  65.     Top = 136
  66.     Width = 118
  67.     Height = 13
  68.     Caption = '3. Advanced options'
  69.     Font.Charset = DEFAULT_CHARSET
  70.     Font.Color = 64
  71.     Font.Height = -11
  72.     Font.Name = 'MS Sans Serif'
  73.     Font.Style = [fsBold]
  74.     ParentFont = False
  75.     Visible = False
  76.   end
  77.   object Label2: TLabel
  78.     Left = 8
  79.     Top = 64
  80.     Width = 105
  81.     Height = 13
  82.     Caption = '2. Output filename'
  83.     Font.Charset = DEFAULT_CHARSET
  84.     Font.Color = 64
  85.     Font.Height = -11
  86.     Font.Name = 'MS Sans Serif'
  87.     Font.Style = [fsBold]
  88.     ParentFont = False
  89.   end
  90.   object BtnOutBrowse: TSpeedButton
  91.     Left = 360
  92.     Top = 80
  93.     Width = 17
  94.     Height = 21
  95.     Anchors = [akTop, akRight]
  96.     Caption = '...'
  97.     OnClick = BtnOutBrowseClick
  98.   end
  99.   object PnlAdv: TPanel
  100.     Left = 16
  101.     Top = 152
  102.     Width = 329
  103.     Height = 41
  104.     BevelOuter = bvNone
  105.     TabOrder = 2
  106.     Visible = False
  107.     object Label5: TLabel
  108.       Left = 0
  109.       Top = -2
  110.       Width = 156
  111.       Height = 13
  112.       Caption = '5.1. Audio compare options'
  113.       Font.Charset = DEFAULT_CHARSET
  114.       Font.Color = 12416
  115.       Font.Height = -11
  116.       Font.Name = 'MS Sans Serif'
  117.       Font.Style = [fsBold]
  118.       ParentFont = False
  119.     end
  120.     object ChkFreq: TCheckBox
  121.       Left = 8
  122.       Top = 14
  123.       Width = 321
  124.       Height = 17
  125.       Caption = 'make only for files without existing CRC signiture'
  126.       TabOrder = 0
  127.       Visible = False
  128.     end
  129.   end
  130.   object CBoxSrc: TComboBox
  131.     Left = 16
  132.     Top = 24
  133.     Width = 345
  134.     Height = 21
  135.     Anchors = [akLeft, akTop, akRight]
  136.     ItemHeight = 13
  137.     TabOrder = 0
  138.     OnChange = CBoxSrcChange
  139.     OnKeyDown = CBoxSrcKeyDown
  140.   end
  141.   object Panel3: TPanel
  142.     Left = 0
  143.     Top = 125
  144.     Width = 382
  145.     Height = 27
  146.     Align = alBottom
  147.     BevelOuter = bvNone
  148.     TabOrder = 1
  149.     object BtnCancel: TSpeedButton
  150.       Left = 225
  151.       Top = 2
  152.       Width = 73
  153.       Height = 22
  154.       Anchors = [akTop, akRight]
  155.       Caption = '<< Cancel'
  156.       Flat = True
  157.       Font.Charset = DEFAULT_CHARSET
  158.       Font.Color = 4210816
  159.       Font.Height = -11
  160.       Font.Name = 'MS Sans Serif'
  161.       Font.Style = []
  162.       ParentFont = False
  163.       OnClick = BtnCancelClick
  164.     end
  165.     object BtnOK: TSpeedButton
  166.       Left = 303
  167.       Top = 2
  168.       Width = 73
  169.       Height = 22
  170.       Anchors = [akTop, akRight]
  171.       Caption = 'Continue >>'
  172.       Flat = True
  173.       Font.Charset = DEFAULT_CHARSET
  174.       Font.Color = 8421440
  175.       Font.Height = -11
  176.       Font.Name = 'MS Sans Serif'
  177.       Font.Style = []
  178.       ParentFont = False
  179.       OnClick = BtnOKClick
  180.     end
  181.   end
  182.   object CBoxOut: TComboBox
  183.     Left = 16
  184.     Top = 80
  185.     Width = 345
  186.     Height = 21
  187.     Anchors = [akLeft, akTop, akRight]
  188.     ItemHeight = 13
  189.     TabOrder = 3
  190.     OnKeyDown = CBoxOutKeyDown
  191.   end
  192. end
  193.